home *** CD-ROM | disk | FTP | other *** search
- PlotWindow = {
- ACTIONS = {
- setwas:;
- test:;
- show:;
- };
- OUTLETS = {
- myWindow;
- theView;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PlotView = {
- ACTIONS = {
- defCrMode:;
- defExMode:;
- defImMode:;
- defExBuf:;
- };
- OUTLETS = {
- imMode;
- exMode;
- comChar;
- exportView;
- importView;
- theWindow;
- XCol;
- exBuf;
- exCrLf;
- EComDis;
- ComDis;
- };
- SUPERCLASS = View;
- };
-